home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / macros / text1 / cms_help_files / twc.helpmark < prev    next >
Text File  |  1991-10-23  |  4KB  |  76 lines

  1. +-----------------------------------------------------------------------------+
  2. |                                 twocolumns                                  |
  3. +-----------------------------------------------------------------------------+
  4.  
  5. Abbreviation:  π|\twcπ%
  6.  
  7. Parameters:    π|noneπ%
  8.  
  9.     π|Description:π%
  10. The \twocolumns  markup formats  text in  two columns with  identical width.
  11. The  column  widths  and  gutter  are  calculated automatically  within  the
  12. specified  margins.    The  default width  of  both columns  is  48%  of the
  13. galleywidth.  The default gutter width is 4% of the galleywidth.
  14.     The Flexible  format allows the user  to use single  column, two column,
  15. and three column text interchangeably on the current page by entering one of
  16. the markup choices  at the desired point  in the text.   The flexible format
  17. will balance the text columns whenever the number of columns changes.
  18.     For  example,  if  the author  changes  the  multiple  column format  by
  19. typing a  different markup TEXT1  will automatically balance  the columns it
  20. is  currently processing  and change  to a  new number  of  columns.   These
  21. instructions can be inserted at any point on the page.
  22.     The author may  want to handle tables and other  large blocks of text by
  23. returning to a single column  for the table by typing \onecolumn immediately
  24. before the table and returning to two or three column formatting immediately
  25. after the table.
  26.     All  running head,  running  foot, and  inserts are  printed  across the
  27. full single  column width that  prints across the  top of  the current page.
  28. Footnotes will be printed across the full width at the bottom of the page.
  29.  
  30.     π|Example:π%
  31. \twocolumns
  32. \nin Hebrew is called a Semitic language because it has
  33. its roots in Shem, one of the sons of Noah.
  34. Viewing Jerusalem as its center, it is related to the
  35. northern, rougher Aramaic, and to the southern, more
  36. polished Arabic. It has a freshness, simplicity and
  37. power that few modern languages possess. Bounds of the
  38. ancient Semitic tongue were approximately the
  39. Mediterranean Sea on the west, the Euphrates and Tigris
  40. Rivers on the easy,
  41. the mountains of Armenia on the north,
  42. and the coast of Arabia on the south. Consider the first
  43. character, N . . .
  44.  
  45. +-----------------------------------------------------------------------------+
  46. |                                                                             |
  47. | Hebrew is  called     languages    pos-                                     |
  48. | a  Semitic   lan-     sess.      Bounds                                     |
  49. | guage because  it     of  the   ancient                                     |
  50. | has   its   roots     Semitic    tongue                                     |
  51. | in   Shem,    one     were     approxi-                                     |
  52. | of  the  sons  of     mately the  Medi-                                     |
  53. | Noah.       View-     terranean Sea  on                                     |
  54. | ing Jerusalem  as     the   west,   the                                     |
  55. | its  center,   it     Euphrates     and                                     |
  56. | is   related   to     Tigris Rivers  on                                     |
  57. | the     northern,     the   easy,   the                                     |
  58. | rougher  Aramaic,     mountains of  Ar-                                     |
  59. | and    to     the     menia   on    the                                     |
  60. | southern,    more     north,   and  the                                     |
  61. | polished  Arabic.     coast   of   Ara-                                     |
  62. | It  has a  fresh-     bia    on     the                                     |
  63. | ness,    simplic-     south.   Consider                                     |
  64. | ity   and   power     the  first  char-                                     |
  65. | that  few  modern     acter, N . . .                                        |
  66. |                                                                             |
  67. +-----------------------------------------------------------------------------+
  68.  
  69.     π|Notes:π%
  70. To change the  column width or the gutter  width, use the \multicolumnformat
  71. markup.
  72.     You cannot specify \twocolumns inside of \vbox, \drawbox, \paragraphbox,
  73. or a floating \figure (non floating figures, \nofloat, are ok).
  74.     If you  want footnotes  and figures  to print  in one column  instead of
  75. across both columns, use the \fixedformat markup.
  76.